home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / vopl / glvopl.lha / glvopl / src / sunfort / fplot.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-07  |  124 b   |  14 lines

  1. #include "vopl.h"
  2.  
  3. extern    double log10();
  4.  
  5. /*
  6.  * plot2_
  7.  */
  8. plot2_(x, y, n)
  9.     float    x[], y[];
  10.     int    *n;
  11. {
  12.     plot2(x, y, *n);
  13. }
  14.